The Clipboard state structure.
struct ClipBoard {
struct Clip *cliplist; /* The list of clips. */
struct Clip *selectclip; /* The currently selected clip. */
struct Window *clipwindow; /* The clip window. */
long include; /* Bits for which types to include. */
};